Saturday, February 25, 2012

Column number of particular cell

HI,

Can I come to know Column number of particular cell.The way we get rownumber().

-Thanks,

Digs

I would look up the article in help on SSRS.

Article Number:

ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.SQLSVR.v9.en/rptsprg9mref/html/37276381-5243-87d7-aedc-ee137fceca39.htm

Gets the number of columns in the report.

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Integer

C# public int Columns { get; }

C++ public: property int Columns { int get (); }

J# /** @.property */ public int get_Columns ()

JScript public function get Columns () : int

Property Value

An integer value that indicates the number of column levels in the matrix.

|||

But it's not a matrix report.I have taken a table and not the matrix to show the data.That property is in matrix namespace

No comments:

Post a Comment