Report Class

 

Updated: February 25, 2016

Represents an object model report.

Namespace:   Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)


public ref class Report : ReportObject, IDataScopeService, IDataScope, 
	IContainedObject, IReportData

NameDescription
System_CAPS_pubmethodReport()

Creates a new instance of the Report class.

NameDescription
System_CAPS_pubpropertyAuthor

Gets or sets the author of the report.

System_CAPS_pubpropertyAutoRefresh

Gets or sets the rate at which the report page (when rendered as HTML) automatically refreshes, in seconds.

System_CAPS_pubpropertyBody

Gets or sets how the body of the report is structured and rendered.

System_CAPS_pubpropertyClasses

Gets or sets the list of classes to instantiate during report initialization.

System_CAPS_pubpropertyCode

Gets or sets the definitions for custom functions to be used in expressions within the report.

System_CAPS_pubpropertyCodeModules

Gets or sets the code modules to make available to the report for use in expressions.

System_CAPS_pubpropertyComponentMetadata

Gets or sets the component metadata.(Inherited from ReportObject.)

System_CAPS_pubpropertyConsumeContainerWhitespace

Gets or sets a value that indicates whether all whitespace in containers, such as Body and Rectangle, should be consumed when contents grow instead of preserving the minimum white space between the contents and the container.

System_CAPS_pubpropertyCustomProperties

Gets or sets the custom information to be handed to the report rendering component.

System_CAPS_pubpropertyDataElementName

Gets or sets the name of a top level element that represents the report data.

System_CAPS_pubpropertyDataElementStyle

Indicates whether the leaf-level values, such as text box values and chart data values, should render as elements or attributes.

System_CAPS_pubpropertyDataSchema

Gets or sets the schema or namespace to use for a report data rendering.

System_CAPS_pubpropertyDataSets

Gets or sets the data that is displayed as part of the report.

System_CAPS_pubpropertyDataSources

Gets or sets the data sources from which data sets are taken for this report.

System_CAPS_pubpropertyDataTransform

Gets or sets the location to a transformation to apply to a report data rendering.

System_CAPS_pubpropertyDefaultFontFamily

Gets the font family used by child report items when no font family is defined explicitly.

System_CAPS_pubpropertyDeferVariableEvaluation

Indicates whether the variables throughout the report do not have to be pre-evaluated at the beginning of report processing.

System_CAPS_pubpropertyDescription

Gets or sets the description of the report.

System_CAPS_pubpropertyDescriptionLocID

Gets or sets the unique identifier for the Description property.

System_CAPS_pubpropertyEmbeddedImages

Gets or sets the embedded images within the report.

System_CAPS_pubpropertyExpressionDialog

Defines the contents of a field control in a report.

System_CAPS_pubpropertyInitialPageName

Gets or sets the initial or default name of the report page.

System_CAPS_pubpropertyLanguage

Gets or sets the primary language of the text.

System_CAPS_pubpropertyMustUnderstand

Gets or sets the MustUnderstand value of the report.

System_CAPS_pubpropertyPage

Gets or sets the page layout information about the report.

System_CAPS_pubpropertyParent

The parent of this report object.(Inherited from ReportObjectBase.)

System_CAPS_pubpropertyReportID

Gets or sets the unique identifier for the report.

System_CAPS_pubpropertyReportParameters

Gets or sets the collection of parameters for the report.

System_CAPS_pubpropertyReportParametersLayout

Gets or sets the report parameters layout.

System_CAPS_pubpropertyReportSections

Gets or sets the report sections in the report.

System_CAPS_pubpropertyReportServerUrl

Gets or sets the URL of the report server.

System_CAPS_pubpropertyReportTemplate

Indicates whether the report is a report template.

System_CAPS_pubpropertyReportUnitType

Gets or sets the default unit type for the report.

System_CAPS_pubpropertySite

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the site associated with the ReportObject object.(Inherited from ReportObject.)

System_CAPS_pubpropertyVariables

Gets or sets the variables defined for the report as a whole.

System_CAPS_pubpropertyWidth

Gets or sets the width of the report.

NameDescription
System_CAPS_pubmethodDeepClone()

Returns a deep clone of this ReportObject instance.(Inherited from ReportObject.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGenerateDataSetName(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Creates a name for the data that is displayed as part of the report.

System_CAPS_pubmethodGenerateItemName(String^, String^, Predicate<String^>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Creates a name of an item.

System_CAPS_pubmethodGenerateItemName<T>(String^, Converter<String^, T>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Creates a name of an item.

System_CAPS_pubmethodSystem_CAPS_staticGetClsCompliantIdentifier(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the Common Language Specification compliant identifier.

System_CAPS_pubmethodGetContainingDataScopes()

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the list of report object that contains data scopes.(Inherited from ReportObject.)

System_CAPS_pubmethodGetDataScopesFor(IContainedObject^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the data scopes for the report.

System_CAPS_protmethodGetDataScopesForDefaultImpl(IContainedObject^)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the data scopes for default implementation.(Inherited from ReportObject.)

System_CAPS_pubmethodGetDataSetByName(String^)

Accesses a dataset by using the name.

System_CAPS_pubmethodGetDataSetsByDataSourceName(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the data sets using the source name.

System_CAPS_pubmethodGetDataSourceByName(String^)

Accesses a data source by its name.

System_CAPS_protmethodGetDependenciesCore(IList<ReportObject^>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the dependencies core for the ReportObject object.(Inherited from ReportObject.)

System_CAPS_pubmethodGetEmbeddedImageByName(String^)

Accesses an embedded image by its name.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetReportParameterByName(String^)

Accesses a report parameter by its name.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitialize()

Initializes an instance of the Report class.(Overrides ReportObject::Initialize().)

System_CAPS_protmethodInitializeForDesigner()

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes the report object for designer.(Inherited from ReportObject.)

System_CAPS_pubmethodSystem_CAPS_staticLoad(array<Byte>^)

Loads a Report object from a report definition.

System_CAPS_pubmethodSystem_CAPS_staticLoad(Stream^)

Loads a Report object from a report definition.

System_CAPS_pubmethodSystem_CAPS_staticLoad(String^)

Loads a Report object from a report definition.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnChildPropertyChanged(Int32, Object^, Object^)

This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event when the property of the child was changed.(Inherited from ReportObject.)

System_CAPS_protmethodOnPropertyChanged(Int32, Object^, Object^)

This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event when the property was changed.(Inherited from ReportObject.)

System_CAPS_protmethodRdlSemanticEqualsCore(ReportObject^, ICollection<ReportObject^>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns whether the report definition language semantic is the same with the core object.(Inherited from ReportObject.)

System_CAPS_protmethodSavePropertyValue<T>(String^, T, ReportObject::SwapValue<T>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Saves the property value of the report object.(Inherited from ReportObject.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticDefaultFontFamilyDefault

Specifies the default font family.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_priveventIComponent::Disposed

Occurs when the ReportObject object is disposed.(Inherited from ReportObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIDisposable::Dispose()

This API supports the product infrastructure and is not intended to be used directly from your code. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from ReportObject.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDataScope::Group

Gets the group of the data.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDataScope::Name

Gets the name for the data scope.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: